Indexpage
Hidden
Index
Indexpage1
Follow the steps below to get started with your Site Template:
- Unzip the downloaded zip file
themeforest-xxxxx.zipfolder - Open folder named
main-file - Here you will find
assetsfolders of all files - You will need to Upload these files to your Web Server using FTP in order to use it on your Website.
- Make sure you upload the required files/folders listed below:
css- Extra Stylesheets Folder plus Main Stylesheet Fileimages- Images Folderjquery- Javacripts Foldervideo- Videos Folder.htmlextension files - main page template File
- You will need to Upload these files to your Web Server using FTP in
order to use it on your Website and give the paths of files in
.htmlextension files. - You're now good to go..! Start adding your Content and show off your Brand New Beautiful Website in style.
Agency,Designer,Digital-Marketer,Doctor,Fashion-Model,Fintech-Partner,Freelancer,Gym-Trainer,Lawyer,Photographer,Social-Media-Influencer,Yoga-Trainer index page, about page , pricing page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section main-hero-set">
...
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Agency,Digital-Marketer,Docter,Fashion-Model,Fintech-Partner,Gym-Trainer,Lawyer,Photographer,Yoga-Trainer blogs page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section main-hero-set">
...
</div>
</div>
<div class="container ">
<div id="services-popup-ui" class="popup-container">
<div class="popup-content popup-content2">
...
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Designer,Freelancer,Social-Media-Influencer blogs page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section main-hero-set">
...
</div>
</div>
<div class="container ">
<div id="services-popup-blog" class="popup-container">
<div class="popup-content popup-content2">
...
</div>
</div>
<div id="services-popup-user-blog" class="popup-container">
<div class="popup-content popup-content2">
...
</div>
</div>
<div id="services-popup-color-blog" class="popup-container">
<div class="popup-content popup-content2">
...
</div>
</div>
<div id="services-popup-color-blog" class="popup-container">
<div class="popup-content popup-content2">
...
</div>
</div>
<div id="services-popup-business-blog" class="popup-container">
<div class="popup-content popup-content2">
...
</div>
</div>
<div id="services-popup-web-blog" class="popup-container">
<div class="popup-content popup-content2">
...
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Agency,Digital-Marketer,Docter,Fashion-Model,Fintech-Partner,Freelancer,Gym-Trainer , Lawyer,Photographer,Social-Media-Influencer,Yoga-Trainer contact page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section main-hero-set">
<div class="row">
...
</div>
<div class="contact-detail-2 row">
...
</div>
<div class="second-contact">
...
</div>
<div class="row">
...
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Designer contact page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section main-hero-set">
<div class="portfolio">
<div class="contact-detail-2 row">
...
</div>
<div class="portfolio">
...
</div>
<div class="row">
...
</div>
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Agency,Docter,Fintech-Partner,Gym-Trainer,Lawyer,Yoga-Trainer portfolio page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section main-hero-set">
<div class="portfolio">
<class="row">
...
</div>
<class="row portfolio-section">
...
</div>
<class="menu-port">
...
</div>
</div>
</div>
</div>
<div class="container">
<div id="services-popup-ui" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
<div class="container">
<div id="services-popup-gallery" class="popup-container">
<div class="popup-content popup-content2 popup-sgallery">
....
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Designer,Social-Media-Influencer portfolio page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section main-hero-set">
<div class="portfolio">
...
</div>
</div>
</div>
<div class="container">
<div id="services-popup-ui" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
<div class="container">
<div class="vimeo-shadowbox vimeo-shadowbox--hidden">
<div class="vimeo-shadowbox__video-wrapper">
....
</div>
</div>
</div>
<div class="container">
<div id="services-popup-managenebt" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
<div class="container">
<div id="gallery-1" class="popup-container gallery_container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Digital-Marketer,Fashion-Model,Freelancer,Photographer portfolio page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section main-hero-set">
<div class="row">
...
</div>
<div class="gallery">
...
</div>
<div class="menu-port">
...
</div>
</div>
</div>
<div class="container">
<div id="services-popup-ui" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
<div class="container">
<div class="vimeo-shadowbox vimeo-shadowbox--hidden">
<div class="vimeo-shadowbox__video-wrapper">
....
</div>
</div>
</div>
<div class="container">
<div id="services-popup-managenebt" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
<div class="container">
<div id="gallery-1" class="popup-container gallery_container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Agency resume page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section mega-main-hero">
<div class="row lawyer-resume">
...
</div>
<div class="row about-skill align-items-center justify-content-center">
...
</div>
<div class="row about-language">
...
</div>
<div class="about-language">
...
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Designer resume page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section">
<div class="education-exper">
...
</div>
<div class="coding-skill-section" id="counter">
...
</div>
<div class="design-skill-section">
...
</div>
<div class="awards-section overflow-hidden">
...
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Digital-Marketer,Docter resume page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section">
<div class="education-exper">
...
</div>
<div class="skill-set">
...
</div>
<div class="design-set">
...
</div>
<div class="design-award">
...
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Fashion-Model resume page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section">
<div class="education-exper">
<div class="row menu-resume">
...
</div>
<div class="skill-set">
...
</div>
<div class="design-exper">
...
</div>
<div class="skillsets overflow-hidden">
...
</div>
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Fintech-Partner resume page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section">
<div class="row lawyer-resume">
...
</div>
<div class="skill-set">
...
</div>
<div class="design-exper">
...
</div>
<div class="design-award">
...
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Freelancer resume page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section">
<div class="row lawyer-resume">
<div class="row">
...
</div>
<div class="coding-skill">
...
</div>
<div class="coding-skill margin-data">
...
</div>
<div class="coding-skill overflow-hidden">
...
</div>
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Gym-Trainer resume page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section">
<div class="row lawyer-resume">
...
</div>
<div class="skill-set">
...
</div>
<div class="design-set">
...
</div>
<div class="skill-set">
...
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Photographer resume page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section">
<div class="education-exper">
...
</div>
<div class="skill-set">
...
</div>
<div class="skill-set demo-overall">
...
</div>
<div class="coding-skill overflow-hidden">
...
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Social-Media-Influencer resume page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section">
<div class="education-exper">
...
</div>
<div class="education-resume">
...
</div>
<div class="education-resume mt-3">
...
</div>
<div class="education-resume mt-3">
...
</div>
<div class="awards-section overflow-hidden mt-3">
...
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Social-Media-Influencer resume page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section">
<div class="row lawyer-resume">
...
</div>
<div class="skill-set">
...
</div>
<div class="row design-exper">
...
</div>
<div class="design-award">
...
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Agency services page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section">
<div class="row">
...
</div>
<div class="row service-main">
...
</div>
<div class="row client-section-text">
...
</div>
<div class="autoplay">
...
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-ui" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Designer services page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section">
<div class="services-section">
...
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-ui" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-web" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-app" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-pick" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-motion" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-seo" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Digital-Marketer services page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section">
<div class="row text-center">
...
</div>
<div class="service-setting-box row">
...
</div>
<div class="client-sec">
...
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-digital" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-solution" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-market" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-Analytics" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-ux" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-photo" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Docter services page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section">
<div class="row">
...
</div>
<div class="row service-data">
...
</div>
<div class="row client-sec">
...
</div>
<div class="autoplay">
...
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-ui" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Fashion-Model services page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section main-set-hidden back-set">
<div class="row">
...
</div>
<div class="services-section">
...
</div>
<div class="row">
...
</div>
<div class="autoplay">
...
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-content" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Fintech-Partner services page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section all-set">
<div class="row">
...
</div>
<div class="row service-data">
...
</div>
<div class="row client-data">
...
</div>
<div class="autoplay">
...
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-ui" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Freelancer services page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section all-set">
<div class="row text-center">
...
</div>
<div class="experience row">
...
</div>
<div class="row coding-skill text-center">
...
</div>
<div class="autoplay">
...
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-ui" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-visual" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-web" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-app" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-seo" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-graphics" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Gym-Trainer services page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section all-set">
<div class="row">
...
</div>
<div class="row service-data">
...
</div>
<div class="row client-data">
...
</div>
<div class="autoplay">
...
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-ui" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Lawyer services page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section mega-hero">
<div class="row">
...
</div>
<div class="row service-detail">
...
</div>
<div class="row data-client">
...
</div>
<div class="autoplay">
...
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-ui" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Photographer services page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section main-hero-set main-hero-frelance">
<div class="bg-image-main">
...
</div>
<div class="row text-center">
...
</div>
<div class="row services-main">
...
</div>
<div class="row text-center client-services">
...
</div>
<div class="autoplay">
...
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-content" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Social-Media-Influencer services page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section ">
<div class="row text-center">
...
</div>
<div class="row main-service">
...
</div>
<div class="row text-center trust-client">
...
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-content" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
Yoga-Trainer services page structure
Pro Grow follows a simple coding structure. here is the sample:
<!DOCTYPE html>
<html lang="en">
<!-- All your metas will be here -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Your Stylesheets, Title -->
...
</head>
<body>
<!-- Page screen Start -->
<!-- Cursor animation section -->
<div id="cursor" class="cursor"">
........
</div>
<!-- The Preloader Loader Section -->
<div class="loader-mask">
........
</div>
<!-- Header section Start -->
<div id="header-main" data-header>
...
</div>
<nav class="main-header-menu">
...
</nav>
<!-- Hero section Start -->
<div class="hero" id="hero">
<div class="container ">
<nav class="main-menu">
...
</nav>
<div class="main-hero animate-section main-hero-set">
<div class="row">
...
</div>
<div class="row service-data">
...
</div>
<div class="row client-data">
...
</div>
<div class="autoplay">
...
</div>
</div>
</div>
<div class="container ">
<div id="services-popup-ui" class="popup-container">
<div class="popup-content popup-content2">
....
</div>
</div>
</div>
</div>
<!-- Footer section Start -->
<footer class="footer animate-section">
...
</footer>
<!-- Page screen End -->
<!-- Your All Scripts will be here ->
...
</body>
</html>
The Logo Container can be found in the - splashscreen.html file
<a href="index.html" class="logo"><img src="assets/images/header/Logo.svg" alt="logo"></a>
Favicon
You can add a Favicon to your Website using the following code just bottom to the Stylesheet files links:
<link rel="shortcut icon" href="assets/images/header/favicon.svg" type="image/x-icon">
Change your Fonts from Google Fonts Library directly if you plan to use a Google Font. You can find the Linking to the Font Files in the head tag
<link href="https://fonts.googleapis.com/css2?family=Archivo+Black&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Unbounded:wght@200..900&display=swap" rel="stylesheet">
A Fast & Optimized Website has several factors which needs to be implemented in order to achieve the desired results. There are several Optimization Techniques available which will definitely affect your Website's Performance in a Positive Way & we want to share a few of them with you:
-
Image Compression & Optimization
We tend to use Lots of Images on our Websites but we often do not make efforts to Compress & Optimize them. Remember, the Larger the Image, the more time it takes to download and therefore this slows your website loading times affecting User Experience. Your customer will leave your website if it does not load within 3-5 Seconds which adversely affects your Sales. Therefore, it is important to Resize, Optimize & Compress your Images before using it on your Website. Here are some Tips which might come handy in optimizing images:
-
Resize your Images: Resize your Images
before using it on your Website. Do not just Download an
Image & place it as it is in your Website's
<img>Tag without resizing it. The size/resolution of the Image matters since it is not recommended to use an Image size of1200pxx800pxin a Content Size of300pxx200pxas this is unnecessary. Resize it to300pxx200px - Image Formats: There are three common file types that are used for web images which are JPEG, GIF, & PNG. For images with a Flat Background use JPEG images, for images with a Transparent background use PNG images and for images with Animations use GIF images.
-
Compressing Images: Images Compression is
important as it considerably reduces the size without losing
the quality. There are several FREE Image Optimization Tools
available to Download.
For MAC use ImageOptim
For Windows use Riot for compressing JPEG Images & PNG Gauntlet for PNG Images.
-
Resize your Images: Resize your Images
before using it on your Website. Do not just Download an
Image & place it as it is in your Website's
-
CSS & jQuery Minifications
It is also recommended that you Combine & Minify all your CSS Files to a single CSS File & all Javascript Files to a single JS File since Minification reduces the size of the File and Combining the files helps in reducing the number of HTTP requests made to the server. This is also an Important Factor in increasing the speed of your website. There are several tools available online to Minify your CSS & JS Files. Our recommendations are:
For CSS use CSS Minifier and For Javascript use Javascript Minifier. -
Fast Web Hosting Servers
A lot depends on your Web Hosting Servers, so it is recommended that you choose a Hosting Company/Server that provides a Reliable & a Fast Hosting Service. You can check out some recommended Hosting Services here: http://themeforest.net/get_hosting.